#-*- Mode:Text; Tab-width:4 -*-
#                                                                          
#                                                                          
#                       RESTRICTED RIGHTS LEGEND                           
#                                                                          
#  Use, duplication, or disclosure by the Government is subject to         
#  restrictions as set forth in subdivision (c)(1)(ii) of the Rights in    
#  Technical Data and Computer Software clause at 252.227-7013.            
#                                                                          
#                     TEXAS INSTRUMENTS INCORPORATED.                      
#                             P.O. BOX 149149                              
#                          AUSTIN, TEXAS 78714-9149                        
#                               MS 2151                                    
#                                                                          
#   Copyright (C)   1987,1988,1989,1990 Texas Instruments Incorporated.          
#   All rights reserved.                                                   
#                                                                          

# Makefile for sockets.

# 11/30/89 sbw: added mxcincludes.
sock-includes = -i {sock} -i {mxcincludes} -i {cincludes} -i {utility} -i {addin-comm} -i {rpc} -i {bsd}sys: -i {maclispm} -i {driver}

# Rule Customization
COptions = {CFlags} {sock-includes}

sock.o		   	sockets.c.o {addin-comm}addincomm.h
	lib -sn Main=sock -p -o sock.o sockets.c.o
					
sockets.c.o  sockets.c sockets.h {addin-comm}addincomm.h

